home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / slunec / app / 6203_8231.exe / {app} / myJabber v3.5.chm / help.css < prev    next >
Cascading Style Sheet File  |  2003-07-28  |  3KB  |  77 lines

  1. /* Cascading Style Sheet for IE4.0 build 1008+ */
  2.  
  3. body{
  4.     font-size: 75%;
  5.     line-height: 125%;
  6.     font-family: Verdana, Arial, Helvetica,;
  7.     background-color : White;
  8. }
  9. a:link{color: #0000FF;}
  10. a:active{color: #FF33CC;}
  11. a:visited{color: #800080;}
  12. h1{color:#4058A3;font-size:200%;margin-bottom:.5em;}
  13.  
  14. /*h2{font-size:125%;margin-top:1.5em;margin-bottom:.5em;}*/
  15. h2{color:#4058A3;font-size:125%;margin-bottom:.5em;}
  16. h3{color:#4058A3;font-size: 110%;margin-top:1.2em;margin-bottom:.5em;}
  17. /*p{margin-top:0pt;margin-bottom:0pt;} */
  18. li p{margin-top:.6em;margin-bottom:0em;}
  19. big{font-weight:bold;font-size:105%;}
  20. ol{margin-top:.5em;margin-bottom:0em}    
  21. ul{margin-top:.6em;margin-bottom:0em;margin-left:2.75em;}
  22. ol ul{list-style:disc;margin-top:2em;}
  23. li{padding-bottom:.7em;margin-left:-1.25em;}
  24. dl ul{margin-top:2em;margin-bottom:0em;}/*list item inside a def/term*/
  25. dl{margin-top:-1em;}
  26. ol dl{margin-top:-1.5em;margin-left:0em;}/*term/def list inside a numbered list*/
  27. ol dl dl{margin-top: 0em;margin-left:.2em;}/*term/def list inside a term/def list*/
  28. dd{margin-bottom:0em;/*not currently working*/margin-left: 1.5em;}
  29. dt{padding-top:2em;font-weight: bold; margin-left:1.5em;}
  30. code{font-family:Courier;}
  31. pre{margin-top:0em margin-bottom:1.5em; font-family:Courier;    font-size: 125%;  }
  32. table{font-size:100%;margin-top:1em;margin-bottom:1em;}
  33. th.center{text-align:center;}
  34. th{text-align:left;background:#dddddd;margin: 3pt;vertical-align:bottom;}
  35. tr{vertical-align:top;}
  36. td{margin: 3pt;}
  37. table.border{border-collapse:collapse;width : 100%; }
  38. th.border{
  39.     font-size:120%;
  40.     border-left : 2px solid Gray;
  41.     border-right : 2px solid Gray;
  42.     border-top : 2px solid Gray;
  43.     border-bottom : 2px solid Gray;
  44. }
  45. td.border{
  46.     border-left : 2px solid Gray;
  47.     border-right : 2px solid Gray;
  48.     border-top : 2px solid Gray;
  49.     border-bottom : 2px solid Gray;    
  50. }
  51. /*  IE 4.0 TAGS  */
  52. p.dis{font-size: 6pt;}
  53. h5{}
  54. h5.active{background: #000000;    color: #FFCC99;}
  55.  
  56. /* -- subheading -- */
  57. h5.subh    {color: #660000;margin-bottom:-1em;margin-top: 1.5em;}
  58.  
  59. /* -- Overview heading -- */
  60. h5.overh{font-size:120%;margin-bottom:1%;}
  61.  
  62. /* -- procedure heading -- */
  63. h5.proch{margin-bottom:4pt;}
  64.  
  65. /* -- topic heading -- */
  66. h5.topich{margin-bottom:-1em;}
  67.  
  68. /* -- Decision heading -- */
  69. h5.what{color: #993399;margin-bottom:.4em;}
  70.  
  71. /* -- note 'n' tip heading -- */
  72. h5.note{margin-top:1em;margin-bottom: 0em;}
  73.  
  74. /* -- related topics heading -- */
  75. h5.relh{margin-top: 2.25em;margin-bottom: -1em;}
  76.  
  77. h5.achtung{color:red}